func internal/reflectlite.typedmemmove
6 uses
internal/reflectlite (current package)
swapper.go#L74: typedmemmove(typ, tmp, val1)
swapper.go#L75: typedmemmove(typ, val1, val2)
swapper.go#L76: typedmemmove(typ, val2, tmp)
value.go#L119: typedmemmove(t, c, ptr)
value.go#L370: typedmemmove(v.typ, v.ptr, x.ptr)
value.go#L464: func typedmemmove(t *abi.Type, dst, src unsafe.Pointer)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |